[INFO] cloning repository https://github.com/yuWorm/mobile-code-connect
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuWorm/mobile-code-connect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FyuWorm%2Fmobile-code-connect", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FyuWorm%2Fmobile-code-connect'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ea94d51d8b3dca42d8d53fbb1aed4c0ffb9b459
[INFO] checking yuWorm/mobile-code-connect against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FyuWorm%2Fmobile-code-connect" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/yuWorm/mobile-code-connect
[INFO] finished tweaking git repo https://github.com/yuWorm/mobile-code-connect
[INFO] tweaked toml for git repo https://github.com/yuWorm/mobile-code-connect written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yuWorm/mobile-code-connect on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yuWorm/mobile-code-connect already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uniffi_internal_macros v0.31.1
[INFO] [stderr]   Downloaded uniffi v0.31.1
[INFO] [stderr]   Downloaded uniffi_macros v0.31.1
[INFO] [stderr]   Downloaded uniffi_pipeline v0.31.1
[INFO] [stderr]   Downloaded fastbloom v0.14.1
[INFO] [stderr]   Downloaded uniffi_meta v0.31.1
[INFO] [stderr]   Downloaded uniffi_core v0.31.1
[INFO] [stderr]   Downloaded uniffi_udl v0.31.1
[INFO] [stderr]   Downloaded uniffi_bindgen v0.31.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050
[INFO] running `Command { std: "docker" "start" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling mobilecode_connect_control v0.1.0 (/opt/rustwide/workdir/crates/control)
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking uniffi_core v0.31.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling uniffi_internal_macros v0.31.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking uniffi_pipeline v0.31.1
[INFO] [stderr]     Checking mobilecode_connect_protocol v0.1.0 (/opt/rustwide/workdir/crates/protocol)
[INFO] [stderr]     Checking cargo_metadata v0.19.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling uniffi_meta v0.31.1
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking mobilecode_connect_auth v0.1.0 (/opt/rustwide/workdir/crates/auth)
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking mobilecode_connect_control_client v0.1.0 (/opt/rustwide/workdir/crates/control-client)
[INFO] [stderr]     Checking mobilecode_connect_punch v0.1.0 (/opt/rustwide/workdir/crates/punch)
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling uniffi_macros v0.31.1
[INFO] [stderr]     Checking rcgen v0.13.2
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking fastbloom v0.14.1
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking punch-server v0.1.0 (/opt/rustwide/workdir/apps/punch-server)
[INFO] [stderr]     Checking uniffi v0.31.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking control-server v0.1.0 (/opt/rustwide/workdir/apps/control-server)
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking quinn-proto v0.11.14
[INFO] [stderr]     Checking mobilecode_connect_tunnel v0.1.0 (/opt/rustwide/workdir/crates/tunnel)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> crates/tunnel/src/stats.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |             .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 28 -             .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout] 28 +             .try_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mobilecode_connect_mobile_core v0.1.0 (/opt/rustwide/workdir/crates/mobile-core)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u32>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> crates/tunnel/src/stats.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |             .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 28 -             .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout] 28 +             .try_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mobilecode_connect_agent v0.1.0 (/opt/rustwide/workdir/crates/agent)
[INFO] [stderr]     Checking mobilecode_connect_relay v0.1.0 (/opt/rustwide/workdir/crates/relay)
[INFO] [stderr]     Checking relayd v0.1.0 (/opt/rustwide/workdir/apps/relayd)
[INFO] [stderr]     Checking mobilecode_connect_sdk v0.1.0 (/opt/rustwide/workdir/crates/sdk)
[INFO] [stderr]     Checking mobile-cli v0.1.0 (/opt/rustwide/workdir/apps/mobile-cli)
[INFO] [stderr]     Checking agentd v0.1.0 (/opt/rustwide/workdir/apps/agentd)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
[INFO] running `Command { std: "docker" "inspect" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050", kill_on_drop: false }`
[INFO] [stdout] ff8c2686ce7a16dd2d45b554582649434fb9edf071d200ba51194aa8566fe050
